Skip to content

Conversation

@aptalca
Copy link
Member

@aptalca aptalca commented Mar 7, 2024

This will push to tag alpine319-version-3.12.2 among others

Downstream image like HA will have to add the following 2 lines to add python:
FROM ghcr.io/linuxserver/python:alpine319-version-3.12.2 as pythonstage
and
COPY --from=pythonstage /usr/local/ /usr/local

and voila, they'll have a working python 3.12.2 environment

EDIT: Also added a list of shared libs that are python deps, which can be installed via:
apk add --no-cache $(cat /usr/local/python-deps.txt)

@aptalca aptalca requested a review from a team March 7, 2024 20:04
@LinuxServer-CI
Copy link
Contributor

I am a bot, here is the pushed image/manifest for this PR:

ghcr.io/linuxserver/lspipepr-python:alpine319-3.12.2-pkg-none-dev-e7ec89db8327832d995891666c8dfe80187623f7-pr-1

@LinuxServer-CI
Copy link
Contributor

I am a bot, here is the pushed image/manifest for this PR:

ghcr.io/linuxserver/lspipepr-python:alpine319-3.12.2-pkg-none-dev-f7cc6766dd8c9a79e679c4e94f784a2e57f1c0ae-pr-1

@LinuxServer-CI
Copy link
Contributor

I am a bot, here is the pushed image/manifest for this PR:

ghcr.io/linuxserver/lspipepr-python:alpine319-3.12.2-pkg-none-dev-ed4c00abaccde3359cfb6fea4c54d4b17ad55bea-pr-1

@LinuxServer-CI
Copy link
Contributor

I am a bot, here is the pushed image/manifest for this PR:

ghcr.io/linuxserver/lspipepr-python:alpine319-3.12.2-pkg-none-dev-98ca9e217bd3ef6ad82d18ee07aa459130a0a1a2-pr-1

@aptalca aptalca merged commit 7032768 into main Mar 8, 2024
@aptalca aptalca deleted the initial branch March 8, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants